In This Topic
Learning GdPicture.NET / Sample Guide Overview / .NET Sample Projects / File Processing

File Processing

In This Topic
 Displaying from URL Sample

This demo illustrates how to use the GdViewer to display documents and images from an URL source. A progress bar is available for the download process.

Available in C# in the WinForm folder located in [INSTALLATION FOLDER]/Samples/.

 File Converter Sample

This demo enables you to convert your files from almost any format to any other format, whether single image file or PDF files, or multipage files such as TIFF, PDF, GIF, or JBIG2. If the source file is a multipage file and the file extension of the resulting file only supports single file format, the converter will split the pages into different files.

Available in both C# and VB.NET in the WinForm folder located in [INSTALLATION FOLDER]/Samples/.

 Pages Manipulation Sample

This demo is very similar to the Document Viewer demo, with the added capabilities of deleting pages from multipage TIFF and PDF files, as well as changing the order and the position of the pages.

Available in both C# and VB.NET in the WinForm folder, also available as a compiled application in the Bin folder located in [INSTALLATION FOLDER]/Samples/.

 Text Writer Sample

This sample demonstrates how to use GdPicture.NET to write text onto your images. You can choose the text size and the style and then you simply use the keyboard to write onto your images.

Available in both C# and VB.NET in the WinForm folder located in [INSTALLATION FOLDER]/Samples/.

 Thumbnail Drag and Drop Sample

This demo shows you the use of GdPicture.NET Thumbnail controls, and you can add items from one to another control by drag-and-drop the mouse. You are able to very simple and easy reproduce the behaviour in your applications by following the code.

Available in both C# and VB.NET in the WinForm folder located in [INSTALLATION FOLDER]/Samples/.